Click or drag to resize

ServiceGetServerTimeZones Method (String, Boolean)

Gets information from time zone definitions that are available on the Exchange server.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetServerTimeZonesResponse GetServerTimeZones(
	string timeZoneId,
	bool returnFullTimeZoneData
)

Parameters

timeZoneId
Type: SystemString
The time zone identifier.
returnFullTimeZoneData
Type: SystemBoolean
If true return the complete definitions for each time zone. If false return only the name and identifier for each time zone.

Return Value

Type: GetServerTimeZonesResponse
GetServerTimeZonesResponse.
See Also